Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request attempts to update all references to the actions/checkout GitHub Action from v4/v5 to v6 across workflow files and documentation. However, actions/checkout@v6 does not exist as of January 2025. The latest stable version is v4, which was released in September 2023.
Key Changes
- Updated 7 workflow files in
.github/workflows/from v4/v5 to v6 - Updated documentation examples across 4 documentation files
- All changes are consistent but reference a non-existent version
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/update-latest-release-tag.yml |
Updated checkout action from v5 to v6 (non-existent version) |
.github/workflows/test.yml |
Updated checkout action from v5 to v6 (non-existent version) |
.github/workflows/package-check.yml |
Updated checkout action from v5 to v6 (non-existent version) |
.github/workflows/lint.yml |
Updated checkout action from v5 to v6 (non-existent version) |
.github/workflows/copilot-setup-steps.yml |
Updated checkout action from v5 to v6 (non-existent version) |
.github/workflows/codeql-analysis.yml |
Updated checkout action from v5 to v6 (non-existent version) |
.github/workflows/actions-config-validation.yml |
Updated checkout action from v5 to v6 (non-existent version) |
docs/merge-commit-strategy.md |
Updated documentation example from v4 to v6 (non-existent version) |
docs/examples.md |
Updated 11 documentation examples from v4 to v6 (non-existent version) |
docs/deploying-commit-SHAs.md |
Updated 2 documentation examples from v4 to v6 (non-existent version) |
README.md |
Updated 2 documentation examples from v4 to v6 (non-existent version) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates all references to the
actions/checkoutGitHub Action across workflow files and documentation to use the latest major version (v6).